home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 128
/
Vol 128 (Damaged).iso
/
games
/
rocketbi.swf
/
scripts
/
DefineButton2_426
/
BUTTONCONDACTION on(keyPress Space).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-03-26
|
338 b
|
15 lines
on(keyPress "<Space>"){
with(_root)
{
if(!paused and mode[human] == "ground")
{
playsound("frenazo");
mytrack[human] = bikes[human]._y;
yvel[human] = -6;
xvel[human] *= 0.3;
mode[human] = "falling";
bikes[human].chase.b._rotation += 12;
}
}
}